|
|
|
|
PreviousVisible Property, ItemClass Class |
Returns the previous visible item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property PreviousVisible As ItemClass |
C# |
public ItemClass PreviousVisible { get; } |
C++ |
public: property ItemClass^ PreviousVisible { |
Property Value
The previous item or null/Nothing if there is no previous item.
Comments
The PreviousVisible property returns the previous visible item.
The PreviousVisible property can be used to traverse the items one by one, regardless of their level or hierarchical relationship. PreviousVisible will return the item immediately following the current item, whose parent items through the top-most parent are expanded.
The Previous property works similarly, but returns the previous visible or hidden item.